Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

#Dyalog APL , 2 bytes

Dyalog APL , 2 bytes

⍴0 returns an empty string (length 0)

returns (length 1)

0 returns 0 (length 1)

#Dyalog APL , 2 bytes

⍴0 returns an empty string (length 0)

returns (length 1)

0 returns 0 (length 1)

Dyalog APL , 2 bytes

⍴0 returns an empty string (length 0)

returns (length 1)

0 returns 0 (length 1)

added 30 characters in body
Source Link
Adám
  • 31.8k
  • 4
  • 131
  • 292

APL, 2 bytes

#Dyalog APL , 2 bytes

⍴0 returns an empty string (length 0)

returns (length 1)

0 returns 0 (length 1)

APL, 2 bytes

⍴0 returns an empty string (length 0)

returns (length 1)

0 returns 0 (length 1)

#Dyalog APL , 2 bytes

⍴0 returns an empty string (length 0)

returns (length 1)

0 returns 0 (length 1)

Source Link
Adám
  • 31.8k
  • 4
  • 131
  • 292

APL, 2 bytes

⍴0 returns an empty string (length 0)

returns (length 1)

0 returns 0 (length 1)

AltStyle によって変換されたページ (->オリジナル) /