Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Pawn

< >

Pawn is a programming language created in 1998.

#531on PLDB 26Years Old 3kRepos


Example from hello-world:
#include <core> main(){ print("Hello World"); }

Language features

Feature Supported Token Example
Comments ✓
MultiLine Comments ✓
Line Comments ✓
Integers ✓
Floats ✓
Hexadecimals ✓
Octals ✓
Strings ✓ "
"Hello world"
Print() Debugging ✓ print

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 628 · Donate · feedback@pldb.io