view test/bug-35448/fC.m @ 17476:c1e51a59f61e

bump version number to 3.7.7+
author John W. Eaton <jwe@octave.org>
date Mon, 23 Sep 2013 13:31:38 -0400
parents 8d1ae996c122
children
line wrap: on
line source

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