Erlang bytecodes and/or VM description?

Richard A. O'Keefe ok@REDACTED
Fri Jun 2 02:12:08 CEST 2006


	You'll have to write 
		erlc +'S' mod.erl

	And also to remember that the qutes need to be escaped, so the working
	comand line is:
		erlc +\'S\' mod.erl
	
How is

    erlc +"'S'" mod.erl

different from

    erlc -S mod.erl

(except for being harder to type)?




More information about the erlang-questions mailing list