lay: layout [button “Hi”]
to image! lay
==> A big ball of none
?
>> p: to-lit-path draw 2x2 [box 0x0 1x1]
== 'make image! [2x2 #{303030303030101010101010}]
>> type? :p
== lit-path!
>> p
== 'make image! [2x2 #{303030303030101010101010}]
true
/false
>> a: jo
== jo
parse
?
if
to result codes. If result is true
or false
, it changes them.
null
values and Red map!
changes under discussion.
>> consonant: charset "bcdfghjklmnpqrstvwxz"
== make bitset! #{0000000000000000000000003BBEFBA0}
>> vowel: charset "aeiouy"
== make bitset! #{00000000000000000000000044410440}
>> alphabet: union consonant vowel
== make bitset! #{0000000000000000000000007FFFFFE0}
>> parse "american" [opt vowel consonant "eri" consonant any alphabet]
== true
>> parse "verify" [opt vowel consonant "eri" consonant any alphabet]
== true