Pawn is a programming language created in 1998.
#1523on PLDB | 26Years Old | 3kRepos |
#include <core>
main(){
print("Hello World");
}
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | ||
MultiLine Comments | ✓ | ||
Line Comments | ✓ | ||
Integers | ✓ | ||
Floats | ✓ | ||
Hexadecimals | ✓ | ||
Octals | ✓ | ||
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ |