> I have not seen others use Nim this way, what examples are there? from std/random import randomize, sample randomize() type ✊🤚✌️ = enum ✊, 🤚, ✌️ 🏆 = enum 👈, 🤷, 👉 proc `>`(👤, 👥: ✊🤚✌️): bool = 👤 == 🤚 and 👥 == ✊ or 👤 == ✌️ and 👥 == 🤚 or 👤 == ✊ and 👥 == ✌️ proc 👋(👤, 👥: ✊🤚✌️): 🏆 = if 👤 == 👥: 🤷 elif 👤 > 👥: 👈 else: 👉 proc 🆚(👤, 👥: ✊🤚✌️): void = echo(👤, " ", 👤.👋 👥 , " ", 👥) template ❓: ✊🤚✌️ = sample([✊, 🤚, ✌️]) ✊.🆚 ✊ 🤚.🆚 ✊ ✌️.🆚 ✊ ✊.🆚 🤚 🤚.🆚 🤚 ✌️.🆚 🤚 ✊.🆚 ✌️ 🤚.🆚 ✌️ ✌️.🆚 ✌️ ❓.🆚 ✊ ✊.🆚 ❓ ❓.🆚 ❓ Run
- Using Unicode in procedure and variable names koistinen
- Using Unicode in procedure and variable names ElegantBeef
- Using Unicode in procedure and variable names demotomohiro
- Using Unicode in procedure and variable names Araq
- Using Unicode in procedure and variable name... xigoi
- Using Unicode in procedure and variable... ElegantBeef
- Using Unicode in procedure and vari... hugosenario
- Using Unicode in procedure and ... Araq
- Using Unicode in procedure and ... Vindaar
- Using Unicode in procedure and ... grd
- Using Unicode in procedure and ... koistinen
- Using Unicode in procedure and ... koistinen
- Using Unicode in procedure and ... koistinen
- Using Unicode in procedure and ... koistinen
- Using Unicode in procedure and ... domogled