REPL
Last updated
Last updated
SkyLine like many programming language's has a REPL or console otherwise known as a Read Eval Print Loop which allows you to execute code line by line. This allows developers to write simple programs.
This module will explain and walk through the REPL each time and the idea's behind it.