1.0.0 • Published 3 years ago

@liamgen/ml v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

MyLanguage - ml

index.js

const { execute } = require('@liamgen/ml')
execute('index.ml') 

index.ml

display("You can use display to display a text in the console")
display(ms("1d"))
display(type(55)) // Return number
display(add(1, 2)) // return 3
if (type(55) == number){
    display('55 is a number !')
}

const fs = imports('fs') // To import fs

// You can add JavaScript code to this file and it will be executed

MyLanguage - Best language forever! - .ml