Kudur-Mabuk
Kudur-Mabuk was a ruler in the ancient Near East city-state of Larsa from 1770 BC to 1754 BC. His sons Warad-Sin and Rim-Sin I were kings of Larsa. His daughter En-ane-du was high priestess of the moon god in Ur. [1] [2] [3]
Notes
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
gollark: There, much better.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.