Sha256: 2386caefe22faae7960c0f29c67be41c52263ae022e57bf660b73aab8b5eed37

Contents?: true

Size: 174 Bytes

Versions: 50

Compression:

Stored size: 174 Bytes

Contents

/*
factorial(u n:0..20 -> u) memoize {n: 0..20} {
	if !n {
		return 1;
	}
	return n * factorial(n - 1);
}
*/

f x = 0.3 - 4.0 + 5.0 * 3.0 - 1.0 + 5.65 * 2.0 - 3.0;
output x;

Version data entries

50 entries across 49 versions & 6 rubygems

Version Path
ufos-1.0.94 ./other/old_compiler/shiltium7 (2)/program.sl
aliens-1.0.94 ./other/old_compiler/shiltium7 (2)/program.sl
freespeech-1.0.94 ./other/old_compiler/shiltium7 (2)/program.sl
elonmusk-1.0.94 ./other/old_compiler/shiltium7 (2)/program.sl
politics-1.0.94 ./other/old_compiler/shiltium7 (2)/program.sl
democracy-1.0.94 ./other/old_compiler/shiltium7 (2)/program.sl
democracy-1.0.93 ./other/old_compiler/shiltium7 (2)/program.sl
ufos-1.0.91 ./other/old_compiler/shiltium7 (2)/program.sl
aliens-1.0.91 ./other/old_compiler/shiltium7 (2)/program.sl
freespeech-1.0.91 ./other/old_compiler/shiltium7 (2)/program.sl
elonmusk-1.0.91 ./other/old_compiler/shiltium7 (2)/program.sl
politics-1.0.91 ./other/old_compiler/shiltium7 (2)/program.sl
politics-1.0.89 ./other/old_compiler/shiltium7 (2)/program.sl
ufos-1.0.87 ./other/old_compiler/shiltium7 (2)/program.sl
aliens-1.0.87 ./other/old_compiler/shiltium7 (2)/program.sl
freespeech-1.0.87 ./other/old_compiler/shiltium7 (2)/program.sl
elonmusk-1.0.87 ./other/old_compiler/shiltium7 (2)/program.sl
politics-1.0.87 ./other/old_compiler/shiltium7 (2)/program.sl
ufos-1.0.88 ./other/old_compiler/shiltium7 (2)/program.sl
aliens-1.0.88 ./other/old_compiler/shiltium7 (2)/program.sl