Hey guys. here is the code: type ogr={name:string,snv:int}; val y:ogr list=;
need to show snv's list with code which start #snv y
any help?
Log in to post a comment.
Hey guys.
here is the code:
type ogr={name:string,snv:int};
val y:ogr list=;
need to show snv's list with code which start #snv y
any help?