if(a,then b,else c)
I might have that wrong. I haven't done an excel in a while. I think you get the idea though.
For Each language
Google Search thatLanguage & " cheatsheet"
Examine a cheatsheet
If thisCheatsheet is satisfactory Then
Bookmark thisCheatsheet
Endif
Next language
Cool. Actually it has almost nothing to do with excel. I just like that style.Since you brought up Excel, maybe it's due to its limitation ?
I used to use Excel to keep track of trending stocks. But Excel VBA is very slow and almost impossible to run multi-thread. Then I chanced upon perl and Win32::OLE and I am no longer bottleneck by Excel VBA. I can run multiple perl programs at the same time and update data to Excel spreadsheet at the same time. It will take some time to learn the perl and Excel interface. But I am sure that there other programming languages that are able to manipulate Excel spreadsheet. Not just perl.
Cool. Actually it has almost nothing to do with excel. I just like that style.
This looks very much like Java.if(a,then b,else c)
I might have that wrong. I haven't done an excel in a while. I think you get the idea though.
I assume you don't code much?
You can reduce statement blocks to 'excel-like-one-liners' in many languages, if you like. But why would you, is the real question. It hurts readability and adds difficulty to making modifications.![]()