WebAssembly not loaded
;"Hello, World!" |print // basic hello world ;3 +5 |to_str |print // printing a number ;[60 70 80] #1 |to_str |print // accessing an array element ;function(array) { "[ " =message ;array |browse(elem) { message ++{elem |to_str} ++" " =>message ; } ;message ++"]" } =int_array_to_str // named function definition ;[1 2 3 4 5 6 7] |map(x) { // copy array and modify it +10 } |filter(x) { |/2 |*2 ==x } |int_array_to_str |print ;"5 |function(x) {+1}" |eval |to_str |print // evaluate pipes code ;42
Run
Run on every key stroke