Category:Night

From Rosetta Code
Revision as of 09:15, 20 August 2020 by rosettacode>Rzed786 (Created page with "'''Night''' is an interpreted programming language made by [https://www.github.com/DynamicSquid DynamicSquid] that combines the simplicity of [https://www.python.org Python] w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Night is an interpreted programming language made by DynamicSquid that combines the simplicity of Python with the type concepts of the C family. Its official website is here and the source code is here.

Built-in functions

Right now the only built-in function is print, similar to C's printf. It takes a string as an argument and prints it to the screen (like C, but unlike Python, without a newline).

Types

The types are:

  • integers (int)
  • floating points (dec)
  • booleans (bit)
  • characters (syb)
  • string (str)

Pages in category "Night"

This category contains only the following page.