RosettaCodeData/Task/Calendar---for-REAL-programmers/Phix/calendar---for-real-programmers-4.phix

5 lines
110 B
Text
Raw Permalink Normal View History

2024-03-06 22:25:12 -08:00
procedure tt_stringA(sequence text, integer alias)
tt_string(text,-2)
tt[pcurr] = alias
end procedure