let f => int -> int -> int
let f x y = x * y
より
function f => int -> int -> int is
f x y = x * y;
とかの方がよくない?><(Ada脳?><;)
Pascalっぽい版?><;
interface
function f => int -> int -> int
implementation
function f x y = x * y;
let f => int -> int -> int
let f x y = x * y
より
function f => int -> int -> int is
f x y = x * y;
とかの方がよくない?><(Ada脳?><;)
Pascalっぽい版?><;
interface
function f => int -> int -> int
implementation
function f x y = x * y;
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.