Mscript #2

Merged
sixteenmillimeter merged 8 commits from mscript into master 2018-09-02 12:04:39 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 4e4d19aed7 - Show all commits

View File

@ -185,9 +185,12 @@ CF 10`
QUnit.test('Variables', (assert) => {
const script1 =
`@LIGHT=200,200,200;
`@LIGHT=200,200,200
@COUNT=1
CF 20
PF`
PF
@COUNT++
`
mscript.interpret(script1, obj => {
//console.dir(obj)
assert.ok(true)