Thread: Subs parameters
View Single Post
  #14 (permalink)  
Old 01-22-2010, 03:38 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 13,119
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Quote:
I believe Erel intends to introduce some form of type declaration for normal variables in some future release of Basic4ppc.
Next version will include it.
You will be able to declare the type of all variables (including sub parameters).
The main types will be Number which is mapped to .Net Double, Integer which is mapped to Int32 and String (or undeclared).
__________________
Basic4android documentation
Reply With Quote