Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 436 Bytes

The NQuick Programing Language

  • this language is easy

Examples

  • Hello World:
println("hello world")

Sintaxis

Logical Conditionals(==,>=,etc) reserved words types
== let string
<= : int
>= if float
< while bool = int
> not
and more and more and more

The licence of NQuick is mit