fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 216: Pad a string in the center
Idiom # 216: Pad a string in the center
See
programming-idioms.org
:
Code
Code input
s.pad_center c m
What are effects?
Runnable Example
Code input
ex216 is s := "融合слияниеذوب" c := "❗" m := 16 s2 := s.pad_center c m say s2
What are effects?
last changed: 2026-02-20
next: NYI: Idiom # 217: Create a Zip archive