about summary refs log tree commit diff stats
path: root/js/scripting-lang/scratch_tests/test_simple_plus.txt
blob: 327d9aab87be22b695ed49825143db2821d4bd4b (plain) (blame)
1
2
3
/* Simple addition test */
result : 5 + 3;
..out result;