From 7349bd0176b8a8ced3a017bb5d0e9ebb30570722 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 29 Jan 2007 14:23:09 +0000 Subject: New primitives: * `sub' to subtract two numbers. * `stringLength' to get the length of a string. * `substring' to get a substring of a string. These should be enough to allow most string operations to be expressed. --- doc/manual/release-notes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index e32bc2daa957..53c8d4bf293b 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -55,7 +55,10 @@ TODO: new built-ins builtins.attrNames, - builtins.filterSource. + builtins.filterSource, + builtins.sub, + builtins.stringLength, + builtins.substring. -- cgit 1.4.1