Skip to content

for

The untuk keyword in Samalang starts a for loop.
It is equivalent to for in standard Lua.

Terminal window
untuk i = 1, 10 boat
-- code
jure_mo