start . me .
Directory path . web , gh , sbul .

HTML Document File : screen.html

SBUL: Simple Basic Uniform Language

    
.comment test 1
.local_variable_set:2 "string_output" ""
.append:2 "string_output" "count:+(+"
.append:2 "string_output" .array_count:1 [1,2,3,4]
.append:2 "string_output" "+)\n"
.console_log:1 .local_variable_get:1 "string_output"