[RPL/2] RPL/2 4.1.29

BERTRAND Joël joel.bertrand at systella.fr
Mon Dec 24 16:45:06 CET 2018


	Hello,

	New release 4.1.29. Tools have been upgraded. A new type (record) is
added. This type is a table extension. Data access is done by name and
not by integer.

	Example :

RPL/2> |[ <[ "key" "value" ]> <[ "date" 5 ]> ]|

1: |[ <[ "key"
         "value" ]>
      <[ "date"
         5 ]> ]|
RPL/2> 'R' sto
RPL/2> 'R' "value" get

1: 5
RPL/2> 'R' "key" get

2: 5
1: "date"

	Record can be used with RECORD (create a new record), PUT and GET.

	Merry Christmas,

	JKB


More information about the RPL2 mailing list