docs: addition to variables page

This commit is contained in:
grejo.j 2022-12-14 16:11:39 +05:30
parent 30a235b655
commit 4f981a6e0f

View File

@ -4,3 +4,9 @@ initial
true
0
apple
# The shorthand `:=` initialization of variable can
# only be used inside any function.
# If used outside any function, it would generate
# `syntax error: non-declaration statement outside
# function body`.