Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 400
    • Issues 400
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #1592
Closed
Open
Created Nov 05, 2003 by Stephan Herhut@sahGuest

dotnotation generates wrong code

Bugzilla Link 30
Created on Nov 05, 2003 15:03
Resolution FIXED
Resolved on Nov 05, 2003 17:33
Version 1.00beta
OS All
Architecture All

Extended Description

Sample:
import StdIO: all;
#define EMPTY _drop_SxV_(1,[1])
#include "NTCtemplates.mac"
int main()
{
  vect = [1,2,3,4,5,6,7,8,9];
  mat = [ vect, vect+10, vect+20];
  a = mat[[...,.,.]];
  print( a);
  return(0);
}
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking