view test/bug-35448/fC.m @ 16490:f50fe9c50f55

doc: Change liboctave.texi to be compatible with texinfo 5 (bug #38392). * doc/liboctave/liboctave.texi: Use texinfo 5 syntax for title page.
author Amod Mulay <amodmulay1@gmail.com>
date Wed, 10 Apr 2013 21:08:54 -0700
parents 8d1ae996c122
children
line wrap: on
line source

# fC.m
function y = fC (x)
  y = x;
endfunction