whitespace?

c


Summary

Return #t if C is a whitespace char

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'c))
(    2 ($push/int/byte 32))
(    4 ($=))
(    5 ($dup))
(    6 ($jt* 36))
(    9 ($drop))
(   10 ($get/val 'c))
(   12 ($push/int/byte 9))
(   14 ($=))
(   15 ($dup))
(   16 ($jt* 26))
(   19 ($drop))
(   20 ($get/val 'c))
(   22 ($push/int/byte 10))
(   24 ($>=))
(   25 ($dup))
(   26 ($jf* 9))
(   29 ($drop))
(   30 ($get/val 'c))
(   32 ($push/int/byte 13))
(   34 ($<=))
(   35 ($dup))
(   36 ($jt* 6))
(   39 ($drop))
(   40 ($push/val #f))
(   42 ($ret))