Non-decimal radices/Output: Difference between revisions

m
(Added FreeBASIC)
Line 578:
=={{header|Icon}} and {{header|Unicon}}==
Strictly speaking output conversion to different representations isn't built-in to Icon and Unicon; however, printf is included as part of the standard library.
<lang Icon>rocedureprocedure main()
write("Non-decimal radices/Output")
every i := 255 | 2 | 5 | 16 do {
Anonymous user