public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Help using Ranges
@ 2022-06-06 17:23 Zachary Kurmas
  2022-06-06 17:42 ` Per Bothner
  0 siblings, 1 reply; 4+ messages in thread
From: Zachary Kurmas @ 2022-06-06 17:23 UTC (permalink / raw)
  To: kawa


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 :
/dev/stdin:1:22: unbound location: :
        at gnu.mapping.SharedLocation.get(SharedLocation.java:22)
        at gnu.mapping.DynamicLocation.get(DynamicLocation.java:28)
        at atInteractiveLevel$1.run(stdin:1)
        at gnu.expr.ModuleExp.evalModule2(ModuleExp.java:317)
        at gnu.expr.ModuleExp.evalModule(ModuleExp.java:219)
        at kawa.Shell.run(Shell.java:291)
        at kawa.Shell.run(Shell.java:203)
        at kawa.Shell.run(Shell.java:184)
        at kawa.repl.main(repl.java:892)
#|kawa:2|#

Thanks,

Zack


--
Zachary Kurmas
Associate Professor of Computer Science
Grand Valley State University
http://www.cis.gvsu.edu/~kurmasz


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-06 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 17:23 Help using Ranges Zachary Kurmas
2022-06-06 17:42 ` Per Bothner
2022-06-06 17:54   ` Sudarshan S Chawathe
2022-06-06 18:13   ` Zachary Kurmas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).