about summary refs log tree commit diff stats
path: root/js/scripting-lang/scratch_tests/test_reduce_debug.txt
blob: 741d2239c6a1ea35bf2c6bf6548ebbc4f00625c1 (plain) (blame)
1
2
3
add_func : x y -> x + y;
reduced : reduce @add_func @(0) @(5);
..out reduced;