...
This commit is contained in:
@@ -9,4 +9,4 @@ heroscript := os.join_path(os.dir(@FILE), 'examples/complete.heroscript')
|
||||
// Execute the script and print results
|
||||
bizmodel.play(heroscript_path:heroscript)!
|
||||
mut bm := bizmodel.get("threefold")!
|
||||
bm.sheet.pprint(nr_columns: 25)!
|
||||
bm.sheet.pprint(nr_columns: 10)!
|
||||
|
||||
@@ -16,7 +16,7 @@ bizmodel.play(heroscript_path:heroscript)!
|
||||
|
||||
|
||||
mut bm := bizmodel.get("threefold")!
|
||||
bm.sheet.pprint(nr_columns: 25)!
|
||||
bm.sheet.pprint(nr_columns: 10)!
|
||||
|
||||
// buildpath := '${os.home_dir()}/hero/var/mdbuild/bizmodel'
|
||||
// println("buildpath: ${buildpath}")
|
||||
|
||||
Reference in New Issue
Block a user