From 9ff12ec75a2c94cda02c6fb944e7a43fcf3023c3 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 10 Nov 2017 21:41:14 +0000 Subject: [PATCH] basic: update encoding README --- Applications/basic/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Applications/basic/README b/Applications/basic/README index 15392709..6943bc71 100644 --- a/Applications/basic/README +++ b/Applications/basic/README @@ -36,10 +36,11 @@ pack variables with a 16bit lead tag as [5.first][6.second] (A0-A9 AA-ZZ] [type.2] 00 number -01 integer (for xx% if we add it) -10 string -11 fornext -[dims.3] number of array dims (0 = not array) +01 spare +10 fornext +11 string +1/0 array/non array +[dims.2] number of array dims (1-4) lead byte 0 = end (because would be variable '@@' -- 2.34.1