10 lines
101 B
Plaintext
10 lines
101 B
Plaintext
main:
|
|
declare char
|
|
declare ish
|
|
calc char peek
|
|
calc ish eq char "H"
|
|
if ish
|
|
emit "Success"
|
|
/
|
|
/
|