FMV != CGI.
Wow, two errors in one day by me? lol
Well, certainly years ago, back in my dayFMV meant Full Motion Video, which was not CGI, it was recordings, such as cutscenes in Command and Conquer games, and Wing Commander (starring Luke Skywalker!)
V1N.
go check out the trailer for Beowolf!
V1N.
"!=" means not equal. Sorry, as a programmer it's habit to use those symbols to denote "not equal".
P.S. and I thought (years ago since I did any programming at all) that not equal to was <> ? Just trying to remember back, through the years, = was of course equals, => greater than or equal to, <= less than or equal to <> not equal to?
I'm not sure but in Java, C, C++ and Haskell "!=" is used.
"=" is assign and "==" is to test if something is equal![]()