Yuma Home
•
Forum Home
•
Login
•
Register
Yuma
>
Migrating to Yuma
>
PHP
Post a New Message
Topic
Messages
Last
any speed/resource comparisons done yet?
7
Kassie H.
New PHP Migration Guide. Want More?
6
Steve Garman
Recent
Yuma
>
Migrating to Yuma
>
PHP
Re: New PHP Migration Guide. Want More?
Steve Garman
(...) If it's aimed at php developers who don't know RB (probably not a huge market is for Yuma) you might want to i...
Yuma
>
Migrating to Yuma
>
PHP
Re: New PHP Migration Guide. Want More?
Brad Weber
(...) Nitpick away! That's why I asked for feedback. I've updated that example as well. While I very much appreciate...
Yuma
>
Migrating to Yuma
>
PHP
Re: New PHP Migration Guide. Want More?
Steve Garman
Just some more nitpicking ;-) (...) s not strictly equivalent to
do
...
loop until
(myVar =
"some value"
)
Yuma
>
Migrating to Yuma
>
PHP
Re: New PHP Migration Guide. Want More?
Brad Weber
(...) Not only is it not necessary, as you can see, it is not valid. Nice catch, thank you. I've corrected it. - Brad
Yuma
>
Migrating to Yuma
>
PHP
Re: New PHP Migration Guide. Want More?
Steve Garman
Lexer error: Invalid token starting with: '{' at position 59Lexer error: Invalid token starting with: '}' at position 77
<?yuma
class
myClass
Shared Function
myEcho(argument
As String
) {
return
argument }
end
clas
s
is all tha...