File: file.sci

package info (click to toggle)
gtksourceview3 3.24.11-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,368 kB
  • sloc: ansic: 51,378; sh: 4,876; xml: 1,137; makefile: 1,089; python: 778; perl: 52; yacc: 45; cobol: 20; objc: 19; sed: 16; javascript: 16; fortran: 14; cpp: 8; ml: 3
file content (14 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// A comment with whites and tabulations 		
// Scilab editor: http://www.scilab.org/

function [a, b] = myfunction(d, e, f)
	a = 2.71828 + %pi + f($, :);
	b = cos(a) + cosh(a);
	if d == e then
		b = 10 - e.field;
	else
		b = "		test     " + home
		return
	end
	myvar = 1.23e-45;
endfunction