every file starts with SB. tap one, copy it, run sb examples/<name>.sb
recursion — still english.
define fib with n as if n is less than 2 then give back n. end end.open →
clicks + state.
shimgui_button with "+ 1". set state["count"] to ... shimgui_run with.open →
real GTK — stats + meters.
shimgui_stat with "COUNT" ... shimgui_meter with ...open →
no html — pure GtkButton.
shimgui_window with "Real" ... shimgui_label ... shimgui_button ...open →
try/catch that actually helps.
try set y to 10 minus "oops". catch e say e_info["trace"]. endopen →
files + through loops.
read_file with "./data.txt". loop line through lines ...open →