π
(Redirected from πΏ)
π is a programming language made by User:Yes in 2022
Commands
Create [filename].[format] Make an (empty) .[format] file named [filename] READ [filename].[format] Execute [filename].[format] WRITE [string][filename].[format] Append [string] to the contents of [filename].[format]
Examples
Hello, World
Create Hello World.txt WRITE "Hello, World!" Hello World.txt READ Hello World.txt