GAML is a programming language created in 1991.
#2195on PLDB | 33Years Old | 331Repos |
model GAML
global {
init {
write("Hello World");
}
}
experiment GAML {}
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | write |