Skip to content

letter-aa/seoul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

seoul

the worst programming language to ever exist!

functions:

function(arg,arg,etc.)

or

function()arg,arg,etc.

(dont ask why its like that)

console.text(arg1)
save(path)
load(path)

variables:

string1 = "test"
string2 = 'test'
boolean1 = true
boolean2 = false
int = 1

extras:

new lines:

\n

eg.

console.text("hi\nbye")

or

string3 = "cool\nawesome!"

boolean comparisons:

==

eg.

console.text(1 == 1)

or

boolean3 = "bruh" == "hi"

if statements:

if(boolean comparison)
code
end

eg.

if("hi" == "hi")
console.text("true!")
end

About

im trying to make a programming language named seoul (discontinued)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages