Help using Ranges

Per Bothner per@bothner.com
Mon Jun 6 17:42:11 GMT 2022


On 6/6/22 10:23, Zachary Kurmas via Kawa wrote:
> 
> Can someone point me to a more complete example of how to use ranges?  When I try to run the example from the documentation
> 
> 
> #|kawa:1|# ("ABCDEFG" [1 by: 2 <: 7])
> 
> I get the error shown below.  Am I missing an include or something?
> 
> 
> /dev/stdin:1:22: warning - no declaration seen for :

Strange - works for me:

$ kawa --version --
Kawa 3.1.1 (git describe: 3.1.1-62-gebcfcca29-dirty)
Copyright (C) 2020 Per Bothner
#|kawa:1|# ("ABCDEFG" [1 by: 2 <: 7])
BDF

Perhaps a very old (or otherwise-broken) version of Kawa?
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/


More information about the Kawa mailing list