Advertisement
ASP_Volume2 Miscellaneous #42843

A new language

it create a new language like "|-|i 0r ß-Y-€" pretty cool :P

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
<%
'this code create a new language
function tran (text)
text = replace(text,"a","@")
text = replace(text,"b","ß")
text = replace(text,"c","©")
text = replace(text,"e","€")
text = replace(text,"f","ƒ")
text = replace(text,"g","G")
text = replace(text,"h","|-|")
text = replace(text,"i","i")
text = replace(text,"n","ñ")
text = replace(text,"o","0")
text = replace(text,"y","-Y-")
tran = text
end function
'example:
%>
code:<% response.write(tran("hi and bye")) %>
Original Comments (3)
Recovered from Wayback Machine