OK. The name might be a bit misleading :) Added that to the example!
2018-06-03 17:19 GMT+02:00 Alexander Burger <[email protected]>: > On Sun, Jun 03, 2018 at 02:17:45PM +0200, Arie van Wingerden wrote: > > It was a bit of a hassle to find a nice example, but I came up with this: > > ... > > : (let (InHostname (clip (in NIL (line T))) InHostnameSoundex > (soundex InHostname)) > > (println "InHostname:" InHostname " InHostnameSoundex:" > InHostnameSoundex) > > (when (native "@" "getenv" 'S "NAME") > > ... > > Hope that is a sufficient example. > > Yes, good example. > > On the other hand, getenv() is built-in into PicoLisp already with the > 'sys' function. Perhaps you can metion this if you like. > > ♪♫ Alex > > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe >
