This commit is contained in:
2025-07-28 10:42:27 +02:00
parent 5b48304fac
commit 4c7654fb3c
6 changed files with 45 additions and 6 deletions

View File

@@ -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)!

View File

@@ -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}")