Author Topic: Hello to all  (Read 16078 times)

E.K.Virtanen

  • Guest
Re: Hello to all
« Reply #15 on: September 15, 2010, 02:45:33 AM »
Doing it that way, with FreeBasic, or any dialect, I think it could be done.

Aye, i spend half of last night for reading your tutorial. It wont be easy and for sure there will be ton's of hard parts. On the other hands, i have email addresses for few experienced FB programmers (you there Rick, myst?  ::) ) so if i tease them time to time, it should be possible.

E.K.Virtanen

  • Guest
Re: Hello to all
« Reply #16 on: September 20, 2010, 10:20:17 PM »
Here is a bit something about my project to create dialect, similar to Steve's BXBasic; http://www.basicprogramming.org/ekv/cxb-project.php

rdc

  • Guest
Re: Hello to all
« Reply #17 on: September 21, 2010, 06:49:28 AM »
Here is a bit something about my project to create dialect, similar to Steve's BXBasic; http://www.basicprogramming.org/ekv/cxb-project.php

Neat. Looking forward to see what you can come up with E.K.

E.K.Virtanen

  • Guest
Re: Hello to all
« Reply #18 on: September 21, 2010, 08:31:14 AM »
Yeah, im looking it too  ;D
Quote
1 cls
2 let a$ = "ping"
8 print a$
Works  :)