Skip to content

The Mwnci Scripting Language

Just another Monkey Lang

Mwnci readpw() Function

Syntax

readpw()

Description

The readpw() function reads input from the keyboard and returns the result. The data typed is not echoed to the screen

Example

print("Passwd: ")
pw=readpw()
println(pw)


Passwd:doobydoobydo
doobydoobydo

Index

  • What is MSL?
  • MSL Operators
  • MSL Compound Statements
    • foreach
    • function
    • if
    • switch
    • while
  • Mwnci Comments
  • Mwnci Variables
  • Mwnci Arrays
  • Mwnci Hashes
  • Built-in Functions
  • Mwnci Includes
    • Included Main Functions
    • Included String Functions
    • Included Math Functions
    • Included Sysstat Functions
    • Included Stats Functions
    • Included File Functions
    • Included JSON Functions
    • Included Certificate Functions
    • Included Process Functions
    • Included Password Functions
    • Included Group Functions
    • Included Shadow Password Functions
    • Included Network Functions
  • The Mwnci REPL (console)
  • Examples

Archives

No archives to show.
The Mwnci Scripting Language Proudly powered by WordPress