:

name : type = value 1

  • f : float; Declares f, explicitly typed to float (default value is 0)2
  • f : float = 1; Declares and initializes f
  • f := 1; Declares and initializes f, implicitly typed
  • f = 1; Assigns f, must already be declared
  • c := 'c - single quote for characters (u8 literals)

  1. declarations and assignment.
    “A Programming Language for Games, talk #2.” YouTube, uploaded by Jonathan Blow, Sep 26, 2014, https://youtu.be/5Nc68IdNKdg?t=1666 

  2. default values are always zero. the default value…is the zero value for your type.
    “Q&A for Iteration and arrays, uninitialized values, enums.” YouTube, uploaded by Jonathan Blow, Dec 11, 2014, https://youtu.be/K45J_9jns7w?t=232 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)