爲了瞭解Erlang的基本語法,讓我們在一個簡單的HelloWorld程序先來看看。 示例% hello world program-module(helloworld). -export([start/0]). start() - io:fwrite(
確定! 回上一頁