13 lines
379 B
V
13 lines
379 B
V
singleton;
|
|
|
|
link currentSave;
|
|
|
|
async restore {
|
|
console.log('~ Welcome to Vogue ~');
|
|
// process.stdout.write('&'.repeat(80) + '\n');
|
|
// process.stdout.write(JSON.stringify(console, null, 2))
|
|
// this.currentSave ??= create('world', {});
|
|
// console.log(Interface);
|
|
// console.log(console);
|
|
const choice = await console.choice('select a thing', ['a', 'b', 'c']);
|
|
} |