poggingfish / Sixth

The Sixh Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Sixth Programming Language

Instalattion

cargo install sixth

Basics


Hello world:

" Hello, world! " .
Output: 2

Basic math:

1 1 + .
Output: 2

Function:

fn my_func
1 +
end
1 my_func .

Output: 2

About

The Sixh Programming Language


Languages

Language:Rust 100.0%