Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

IF statement

timofey edited this page Dec 2, 2022 · 4 revisions

IF

MARK name _pos add mark addres. _pos is optional argument, what defines mark position

TEST a state(=) b mark if a = b compiler goes to mark

all states: =, !=, >, >=, <, <=

JUMP mark jump to mark

Clone this wiki locally