Skip to main content
Commonmark migration
Source Link

#TeaScript, 8 bytes

TeaScript, 8 bytes

xl(#l^1) x //input l(# //loops through every character of the input l^1 //find the inverse of each character ) 

Try it online at its online interpreter (DOES NOT WORK IN CHROME).

#TeaScript, 8 bytes

xl(#l^1) x //input l(# //loops through every character of the input l^1 //find the inverse of each character ) 

Try it online at its online interpreter (DOES NOT WORK IN CHROME).

TeaScript, 8 bytes

xl(#l^1) x //input l(# //loops through every character of the input l^1 //find the inverse of each character ) 

Try it online at its online interpreter (DOES NOT WORK IN CHROME).

typo
Source Link
user41805
  • 13.4k
  • 6
  • 43
  • 88

#TeaScript, 8 bytes

xl(#l^1) x //input l(# //loops through every character ifof the input l^1 //find the inverse of each character ) 

Try it online at its online interpreter (DOES NOT WORK IN CHROME).

#TeaScript, 8 bytes

xl(#l^1) x //input l(# //loops through every character if the input l^1 //find the inverse of each character ) 

Try it online at its online interpreter (DOES NOT WORK IN CHROME).

#TeaScript, 8 bytes

xl(#l^1) x //input l(# //loops through every character of the input l^1 //find the inverse of each character ) 

Try it online at its online interpreter (DOES NOT WORK IN CHROME).

Source Link
user41805
  • 13.4k
  • 6
  • 43
  • 88

#TeaScript, 8 bytes

xl(#l^1) x //input l(# //loops through every character if the input l^1 //find the inverse of each character ) 

Try it online at its online interpreter (DOES NOT WORK IN CHROME).