Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 454 Bytes

BallLang - Code with Basketball Terminology

Build

Build and run inside an image built using the associated dockerfile.

Functions

Function (play) Declaration (draft)

Can exist without an actual definition for the function. A function can be declared, and then used at any point after declaration even if the definition comes later, somewhere else.

draft add(num, other)

Function (play) Definition

play add(num, other)