about summary refs log tree commit diff stats
path: root/js/scripting-lang/simple_test.txt
blob: 5f1c5df995a5c2f9b2d7163e93882a8ec3d2be41 (plain) (blame)
1
2
3
4
/* Simple test */
x : 5;
y : x - 1;
..out y;