RockstarLang / rockstar

The Rockstar programming language specification
https://codewithrockstar.com/
MIT License
6.89k stars 222 forks source link

Modularisation: concert / setlist #63

Closed jwulf closed 6 months ago

jwulf commented 6 years ago

What about a module / import syntax:

Setlist: Live at Waken 1998

Song: The Philosopher
.... ${RockStarCode}
Song: The Ace of Spades
.... ${RockStarCode}
from "Live at Waken 1998" import "The Ace of Spades"
aquacash5 commented 6 years ago

Why not use Off and Play

off "Live at Waken 1998" play "The Ace of Spades"
young-steveo commented 6 years ago

Dup of https://github.com/dylanbeattie/rockstar/issues/56

However, I like this syntax much better, could you propose it over there?