1.1 ! moko 1: @main[] ! 2: ^show(2000000000) ! 3: ^show(4000000000) ! 4: ^show(5000000000) ! 5: ^show(-2000000000) ! 6: ^show(-4000000000) ! 7: ^show(-5000000000) ! 8: ! 9: ! 10: @show[n] ! 11: ${n}: ^n.format[%d] ^n.format[%u] ^n.format[%x]