Jump to content

String append: Difference between revisions

no edit summary
m (initial draft task)
No edit summary
Line 18:
</pre>
 
=={{header|pythonPython}}==
'''File: String_append.py'''<lang python>#!/usr/bin/env python
# -*- coding: utf-8 -*- #
Line 28:
123456789!
</pre>
 
=={{header|Wart}}==
<lang wart>s <- "12345678"
s <- (s + "9!")</lang>
143

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.