OMG! I am crying!
I plan to read this before my next annual review as it should put me in the right frame of mind.
Wonderful… I’ve forwarded it to my boss, a professor.
Julian.
Right now it is 2460349.586435. So simple.
I love that “Built-in” crayon sharpener" in the 64-bit model. I wonder if they did a focus group and determined that the caryons have to be replaced much soon (more sales) when a sharpener is supplied.
What would be the software equivalent - bug fix upgrades for a fee?
Well, you win either way, eh! Anyway such a command would be a no-op on most of the machines I use.
They ACTUALLY think this is programming!: https://www.youtube.com/watch?v=92kcm3b-Q_s
It will be a no-op on all them. os.remove() does not remove a folder.
In C, C++ and Go…
In VB it was the Do… loop
You could:
do
if something then exit do // the escape route
loop // forever
do while something
loop
do until something
loop
do
loop until something
do
loop while something
George Harrison
Well I am from Liverpool.
And that’s what I prefer to use in Xojo.
https://documentation.xojo.com/api/language/do...loop.html#do-loop
VB could do all of that but you could use “while” as well as “until”. With Xojo you need
To say things like “Loop Until not Something”, which can be slightly obscure.
Loop Until Something=False