Types
		
			Command
			
					
					Methods
							
							$()(c:Command)
							
							Execute an external command. Waits for the command to finish unless "&" is specified.
							
							
							
							
							%()(c:Command)
							
							Returns c, wihout any processing. Convenient way to pass ready-to-run Command as an argument
							
							
							
							``(c:Command)
							
							Get command standard output. Similar to bash.
							
							
							
							````(c:Command)
							
							Get command standard output and parse() it.