Skip to content

comments

The # symbol in Samalang starts a single-line comment.
It is equivalent to -- in standard Lua.

Terminal window
-- This is a comment
tulis("Code still runs")