dkl
Full Member
 
Posts: 234
|
Post by dkl on Aug 21, 2021 22:49:37 GMT -5
channel9.msdn.com/coding4fun/articles/Leopard-Programming
Unfortunately the link Carl posed for Leopard programming is broken. I will take you to the web page, but the download link doesn't work
Shame! Has any one got a copy? I'd be interested to see it in action.
|
|
|
Post by Brandon Parker on Aug 22, 2021 14:40:19 GMT -5
While it is interesting, you are not missing much. It is basically just piggy-backing on LB commands for the most part.
The syntax is quirky at best, probably because parsing command structures can be painful. The Leopard method uses each line for separate parts of a command structure.
Here is a basic example... NOTE: This is Leopard code; NOT Liberty BASIC code!
window
window title Basic
window size 180 180
button E-mail Me 35 40 100 60
button onclick email brandonwatts@adelphia.net
end
{:0)
Brandon Parker
|
|