rhaiscript / playground

A Rhai scripting playground that runs Rhai scripts using WebAssembly in a web browser.
https://rhai.rs/playground
MIT License
20 stars 5 forks source link

Fix syntax error in strings example #4

Closed PsychoLlama closed 4 years ago

PsychoLlama commented 4 years ago

Extra quote go boom:

EXCEPTION: Expecting ';' to terminate this statement (line 13, position 18)

By the way, thanks for building this project. I've enjoyed playing with it 🙂

alvinhochun commented 4 years ago

Oh huh, didn't notice this. By the way, the examples are all copied from the Rhai repo, so you should also create a PR over at https://github.com/jonathandturner/rhai.

Thanks for your interest!

PsychoLlama commented 4 years ago

Oh, sweet. Double the GitHub karma :metal: