Measures Concepts
GitHub icon

Pawn

Pawn - Programming language

< >

Pawn is a programming language created in 1998.

#1333on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout