Re: How can I combine this into one line of code?
- Posted by euphoric (admin) Oct 05, 2009
- 1269 views
DerekParnell said...
writef("What is [] + []?", {first_number, second_number})
Derek, when would one use printf() vs. writef()? Is printf() going to be phased out or does it still have its place?