Brian... How will your language recognize the difference between printing a message and printing the value of a variable if text messages don't have quotation marks? ex PRINT X Should this print the value of variable X or print the letter X? This feature was mentioned long ago but never heard your plans. Interested if you've planned something yet. In fact, will your language have any variables? Haven't seen any in your examples. -Stu On Dec 19, 2005, at 1:00 PM, <bheibert@...> wrote: > Not in my programming language that I am building > the syntax I use is PRINT whatever you want to print > no quotes > > Brian > >> From: "Dennis J. Fast" <dfast@...> >> Date: Sun Dec 18 18:49:07 CST 2005 >> To: futurebasic@... >> Subject: RE: [FB] Printing in the window I created > >> PRINT Hello World >> >> should be "Hello World" and is going to output as two numeric >> variables >> initialized to 0 and will look like: >> >> 0 0 >> >> -----Original Message----- >> From: bheibert@... [mailto:bheibert@...] >> Sent: Sunday, December 18, 2005 4:19 PM >> To: futurebasic@... >> Subject: [FB] Printing in the window I created >> >> >> >> I have created a Window command (or statement) >> the problem I am having is when I have a command after the window >> statment >> the PRINT command seems to have no effect >> like I will type >> WIN 1 1 Hello >> PRINT Hello World >> >> and the Hello World does not go in to the window >> >> Brian >> >> PS: The way my code works it needs 1 1 or 2 2 or 3 3 >> to display the window that isn't a bug I don't think >> >> -- >> >> -- > > -- > >