September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
1
Task/Empty-string/Free-Pascal/empty-string-1.free
Normal file
1
Task/Empty-string/Free-Pascal/empty-string-1.free
Normal file
|
|
@ -0,0 +1 @@
|
|||
s := '';
|
||||
2
Task/Empty-string/Free-Pascal/empty-string-2.free
Normal file
2
Task/Empty-string/Free-Pascal/empty-string-2.free
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
s = ''
|
||||
length(s) = 0
|
||||
3
Task/Empty-string/Free-Pascal/empty-string-3.free
Normal file
3
Task/Empty-string/Free-Pascal/empty-string-3.free
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
s <> ''
|
||||
length(s) > 0
|
||||
longBool(length(s))
|
||||
Loading…
Add table
Add a link
Reference in a new issue