So I installed F# and I'm running VS 2008. I'm following along on a video tutorial the microsoft guys put on awhile ago. At one point, he wants to throw his output to a grid window and types
grid prices;;
this produces an error for me:
C:\Documents and Settings\myusername\Local Settings\Temp\stdin(3,1): error FS0039: The value or constructor 'grid' is not defined
Am I missing something? Is this a feature of VS 2010 only?
Thanks.