QuirkLang
Jump to navigation
Jump to search
QuirkLang
Overview
QuirkLang is an esoteric programming language that thrives on quirks and randomness. Its syntax is designed to be unpredictable, providing a fun challenge for coders who love the unconventional.
Basic Commands
- `@start` - Begin the program
- `@print` - Print command
- `@add` - Addition
- `@subtract` - Subtraction
- `@loop` - Loop
- `@end` - End the program
Example Programs
Hello World
@start @print "Hello, World!" @end
Addition
@start @print 5 @add 7 @end
Looping
@start @loop 4 @print "This is a loop" @end
QuirkLang invites you to embrace the weird and wonderful world of coding. CodePhantom (talk)