RosettaCodeData/Task/Assertions/VBScript/assertions-2.vbs

4 lines
70 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
dim i
i = 43
Assert i=42, "There's got to be more to life than this!"