Pawn is a programming language created in 1998.
| #1564on PLDB | 28Years 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 | ✓ |