Skip to content

Commit

Permalink
Removed an unnecessary file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamlie committed Nov 4, 2023
1 parent b6193b2 commit 44e8a9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file removed Jamlang.exe
Binary file not shown.
Binary file modified bin/jamlang.exe
Binary file not shown.
11 changes: 11 additions & 0 deletions test.jam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ println(rand.nextLongRange(1000000000000, 10000000000000))
println(rand.nextFloatRange(0, 1))
println(rand.nextDoubleRange(0, 1))

println("------------------------------------")

const languageName = "Jamlang"
let versions = [1.0, 1.1, 1.2]
versions = versions.push(1.3)

println(languageName)
println(languageName.length)
println(versions)
println(versions.length)

/*
fn Car(year, location) {
const this = {}
Expand Down

0 comments on commit 44e8a9c

Please sign in to comment.