Category:Kantalo
Appearance
Kantalo
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Kantalo.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
Garbage collected: | Yes |
Type safety: | Unsafe |
Type strength: | Weak |
Type expression: | Explicit |
Type checking: | Dynamic |
Lang tag(s): | Kantalo,Language |
See Also: |
Kantalo
Kantalo is a non-object-oriented programming language, with the aim of making it easier to use.
Main commands
Here are some kantalo commands:
Simple Hello world with kantalo:
var.save nome = "Alice",
func saudacao > (
terminal.text("Seja bem-vindo(a), -*nome*-!")
)
execute saudacao