fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 214: Pad string on the right
Idiom # 214: Pad string on the right
See
programming-idioms.org
:
Code
Code input
s.pad c m
What are effects?
Runnable Example
Code input
ex214 is s := "融合слияниеذوب" c := "❗" m := 15 s2 := s.pad c m say s2
What are effects?
last changed: 2026-02-23
next: Idiom # 215: Pad string on the left