This commit is contained in:
programarivm 2019-09-26 15:18:37 +01:00
parent adcce06995
commit 6cd92a6313
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@
; 0, the node does not exist
; 0, the node does not exist
w "Removing tree...",!
w !,"Removing tree...",!
k ^gtree

View File

@ -228,6 +228,7 @@ Copy the examples into your `~/.fis-gtm/V6.3-003A_x86_64/r` folder and run:
$data(^gtree(0,1,1,1)) is 1
$data(^gtree(0,0,0,0,0)) is 10
$data(^gtree(0)) is 11
Removing tree...
$data(^gtree(0,2)) is 0
$data(^gtree(0,1,1,1)) is 0