[REBOL] Re: using nntp in rebol
From: rchristiansen:pop:isdfa:sei-it at: 21-Dec-2000 18:35
Here is something strange. Using "make string!" does not create a string! datatype from pi, but "to string!" does.>> decimal? pi== true>> pie: make string! pi== "">> pike: to string! pi== "3.14159265358979"