In C# you can do:
someVar is > 10 and < 100 and not 6
and I think that's beautiful.
Conversation
Notices
-
Embed this notice
Talon (talon@dragonscave.space)'s status on Monday, 20-May-2024 00:05:13 JST Talon
- GreenSkyOverMe (Monika) repeated this.
-
Embed this notice
Talon (talon@dragonscave.space)'s status on Monday, 20-May-2024 00:05:12 JST Talon
Show me something that a programming language you know can do that you just simply find syntactically pleasing!
-
Embed this notice
GreenSkyOverMe (Monika) (greenskyoverme@ohai.social)'s status on Monday, 20-May-2024 00:07:04 JST GreenSkyOverMe (Monika)
@talon select * from table_name where condition into table variable_name. ABAP has a variant of SQL a part of the language.