Syntax

go [to] <cardStackOrProject>

go to first card
go to previous card
go to next card
go to last card
go to card "Home"
go to card 5 of stack "SixCards"
go to project "MyProject.xstk"

Explanation

The go command lets you navigate between cards in a stack. The current card will be sent a closeCard message, and then it will be unloaded, and the specified card will be loaded in instead, and will be sent an openCard message.

If you specify a stack instead, that stack will be shown on screen instead. If the stack wasn’t already open, it will automatically open to its first card. Otherwise, whatever card was already open will be shown instead.

If you specify a project instead, that project will be loaded from disk if it wasn’t already open, and the first stack in it will be shown on screen.