about summary refs log tree commit diff stats
path: root/js/baba-yaga/debug-simple-math.baba
blob: 2c4c66e84656dfdf7d9413bc68fc115a11a49a86 (plain) (blame)
1
2
3
4
5
// Simple test for math operations
x : -7;
result : io.callJS "Math.abs" [x];
debug.inspect result;
result;